type google.golang.org/protobuf/internal/impl.stringConverter

8 uses

	google.golang.org/protobuf/internal/impl (current package)
		convert.go#L129: 			return &stringConverter{t, defVal(fd, stringZero)}
		convert.go#L314: type stringConverter struct {
		convert.go#L319: func (c *stringConverter) PBValueOf(v reflect.Value) protoreflect.Value {
		convert.go#L325: func (c *stringConverter) GoValueOf(v protoreflect.Value) reflect.Value {
		convert.go#L334: func (c *stringConverter) IsValidPB(v protoreflect.Value) bool {
		convert.go#L338: func (c *stringConverter) IsValidGo(v reflect.Value) bool {
		convert.go#L341: func (c *stringConverter) New() protoreflect.Value  { return c.def }
		convert.go#L342: func (c *stringConverter) Zero() protoreflect.Value { return c.def }